knitr::opts_chunk$set(echo = FALSE)
library(dplyr)
options(dplyr.summarise.inform = FALSE)
library(ggplot2)
library(ggforce)
library(tidyr)
library(data.table)
library(scales)
library(knitr) 
library(ggrepel) 
library(tidyverse) 

library(kableExtra)

year = 2023
wd = file.path(bio.datadirectory, "bio.snowcrab", "reports", year, "JanuaryMeetings", "fishery")

Slide with Bullets


knitr::include_graphics(file.path(wd, "landing_data_Tac.pdf"))

#create table with Area, Year, TAC, Landings, Catch Rate (lbs/trap) for NENS, cfa23, cfa 24 for last 3 years

knitr::include_graphics(file.path(wd, "NENS_weekly_landing.pdf"))
knitr::include_graphics(file.path(wd, "cfa23_weekly_landing.pdf"))
knitr::include_graphics(file.path(wd, "cfa24_weekly_landing.pdf"))

knitr::include_graphics(file.path(wd, "percent_spring_landings.pdf"))

knitr::include_graphics(file.path(wd, "vessels_per_year.pdf"))

knitr::include_graphics(file.path(wd, "annual_cpue_kg.pdf"))

knitr::include_graphics(file.path(wd, "weekly_cpue_smoothed2.pdf"))

knitr::include_graphics(file.path(wd, "nens_past_two_years_fishing_positions.pdf"))

knitr::include_graphics(file.path(wd, "cfa23_past_two_years_fishing_positions.pdf"))

knitr::include_graphics(file.path(wd, "sens_past_two_years_fishing_positions.pdf"))

knitr::include_graphics(file.path(wd, "sens_past_two_years_fishing_positions.pdf"))


brent0/SCReports documentation built on Feb. 28, 2025, 12:12 a.m.